.bxyhead12 .active{color: #cb0d00;}
.menu {
  display: block;
  position: relative;
  cursor: pointer; 
}
.aa{ color:#FFFFFF; display:block;text-align: center;}
.aa:hover{color:#FFFFFF;}
.menu-title {
  display: block; font-size: 15px;
  width: 150px;
  line-height:52px;
 
  background: #0151a8;
  text-align: center;
  color: #ffffff;
  
}

.menu-title:before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;

}

.menu-title:hover {
  background: #333333; color:#FFFFFF;
}

.menu-title:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
}


.menu-dropdown {
  min-width: 100%; background:#333333;
 /* padding: 15px 0;*/
  position: absolute;
  z-index: 100;

}
.menu-dropdown:after {
  content: "";
  display: block;
  height: 0;

}

.menu-dropdown > * {
  overflow: hidden;
  padding: 10px 10px;
  background: transparent;
 /* white-space: nowrap;*/

}

.menu-dropdown > *:hover {
  background: #fa6b0c;color:#FFFFFF;
}

.menu:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
   z-index: 99;
}
.hList{width: 1080px;
	height: 52px;
	margin: 0 auto;}
.hList > * {
  float: left;
}

.hList > * + * {
  margin-left: 0;
}